home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Sciences / Sol's Neighbors / background_2608.txt < prev    next >
Text File  |  1988-12-15  |  3KB  |  169 lines

  1. -- background: 2608 from stack: in
  2. -- bmap block id: 31812
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=0 top=313 right=340 bottom=28
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 20098 / 20098
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: GoHome
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go home
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=265 top=313 right=336 bottom=290
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 27009 / 27009
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Next
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect dissolve to gray
  42.   visual effect venetian blinds
  43.   go to next card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=222 top=313 right=336 bottom=248
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 9301 / 9301
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Prev
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect dissolve to gray
  63.   visual effect venetian blinds
  64.   get the number of cards
  65.   go to card it - 2
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=408 top=311 right=342 bottom=445
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 32670 / 32670
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Show
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   show all cards
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: 2000
  92. -- rect: left=332 top=307 right=339 bottom=373
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 20186 / 20186
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Sort
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   global seeCard
  104.   put 1 into seeCard
  105.   go to card "SortControl"
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 6 (button)
  111. -- low flags: 00
  112. -- high flags: 2000
  113. -- rect: left=474 top=315 right=335 bottom=503
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 1009 / 1009
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Show Plots
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   global seeCard
  125.   push card
  126.   put 1 into seeCard
  127.   go to card PlotCard
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 7 (button)
  133. -- low flags: 00
  134. -- high flags: 2000
  135. -- rect: left=75 top=318 right=335 bottom=102
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 1004 / 1004
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Commercial
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   show card field id 12
  147. end mouseUp
  148.  
  149.  
  150.  
  151. -- part 8 (button)
  152. -- low flags: 00
  153. -- high flags: 2000
  154. -- rect: left=154 top=316 right=336 bottom=175
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 25002 / 25002
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: Help
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   set scroll of card field id 7 to 0
  166.   show card field id 7
  167. end mouseUp
  168.  
  169.